const encoding/json.tokenObjectComma

5 uses

	encoding/json (current package)
		stream.go#L299: 	tokenObjectComma
		stream.go#L345: 		dec.tokenState = tokenObjectComma
		stream.go#L403: 			if dec.tokenState != tokenObjectStart && dec.tokenState != tokenObjectComma {
		stream.go#L426: 			if dec.tokenState == tokenObjectComma {
		stream.go#L474: 	case tokenObjectComma: